PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / setEnableExtendedInformation Method
True if extended information should be loaded about a text run.
In This Topic
    setEnableExtendedInformation Method
    In This Topic
    Sets a value indicating whether extended text information should be loaded for text. This flag is used only by com.o2sol.pdf4java.content.PDFContentExtractor.extractText , com.o2sol.pdf4java.content.PDFContentExtractor.extractText, com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns and com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns methods.
    By default this property is true which allows to analyze text fragment positions in order to group extracted text into lines. If it is set to false then only the text is loaded and no other properties (suc as positions, font info, colors, etc).
    Syntax
    public void setEnableExtendedInformation( 
       boolean value
    )

    Parameters

    value
    True if extended information should be loaded about a text run.
    See Also